﻿CHARACTERS = {
	c:PAR ?= {
		create_character = {
			# Marie Louise, Duchess of Parma
			first_name = "Maria_Luisa"
			last_name = "von_Habsburg"
			historical = yes
			female = yes
			ruler = yes
			culture = cu:south_german
			birth_date = 1791.12.12
			interest_group = ig_landowners
			ideology = ideology_moderate
			traits = {
				tactful
			}
			on_created = {
				set_variable = is_married
			}
		}
	

		create_character = {
			is_general = yes
			first_name = Wilhelm
			last_name = Albrecht
			historical = yes
			age = 17
			traits = {
		#		indifferent
		#		uncommonly_young
			}
		}
	}
}
